﻿    .wap-no-pc-initial {
        display: none;
    }

.header {
    background: rgba(0,0,0,0.68);
    height: 50px;
    z-index:999;
    width:100%;
    top:0;
}

.navbar {
    margin-bottom:0;
    z-index:30;
    /*height:110px;*/
}

.navbar-inverse {
    background: none;
}

.navbar-collapse { background: #fff; padding: 0; width: 100%;}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #fff;
}

    .navbar-header {
        /*width:100%;*/
        z-index:19;
    }

.navbar-inverse .navbar-toggle {
    /*background-color: rgba(11, 36, 64, 0.25);*/
    border-color:transparent;
    margin-right: 5px;
    border-radius: 4px;
}

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color:#fff;
    }

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: rgba(133, 134, 240, 0.5);
}

.navbar-inverse .navbar-toggle:hover .icon-bar, .navbar-inverse .navbar-toggle:focus .icon-bar {
    background-color: #fff;
}

.navbar-brand {
    padding: 10px 15px;
    display: block;
    height: 50px;
}

    .navbar-brand img {
        height:30px;
    }
    
    .navbar-inverse .navbar-nav {
        border-bottom: solid 1px #ccc;
        margin: 0;
    }
     
    .navbar-inverse .navbar-nav > li {
        border-top:solid 1px #ccc;
    }
     
    .navbar-inverse .navbar-nav > li:first-child {
        border-top:none;
    }
     
    .navbar-inverse .navbar-nav > li > a {
        background: rgba(0,0,0,0.68);
        padding: 0px 1px;
        text-align:center;
        display:block;
        line-height:42px;
        font-size:16px;
        color:#fff;
    }

.top_lang {
    position:relative;
    margin-top:4px;
    float:right;
}

.top_lang > a {
    padding:0 10px;
    line-height:42px;
    font-size:18px;
    cursor:pointer;
    color:#fff;
}

.top_lang ul {
    position:absolute;
    background:#fff;
    min-width:100%;
    display:none;
    z-index: 99;
    top:25px;
    left:0;
}

.top_lang ul li {
    width:100%;
}

.top_lang ul li a {
    display:block;
    padding: 0 10px;
    line-height:35px;
    text-align:center;
    border-top:solid 1px #717171;
}

.top_lang ul li:first-child a {
    border-top:none;
}

.header .dropdown-menu {
    background: rgba(0,0,0,0.68);
    -webkit-box-shadow: none;
    left: calc(50% - 100px);
    box-shadow: none;
    padding: 8px 0 12px;
    width: 200px;
    /*width:25vw;
    left: calc(50% - 12.5vw);*/
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #fff;
    color: #8586f0;
}

.header .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .header .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color:#8586f0;
}

.header .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    padding: 10px 15px !important;
    text-align:center;
    line-height:20px;
    font-size:12px;
    color: #fff;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff !important;
}

        .header .dropdown-menu > li {
            /*border-bottom:solid 1px #fff;*/
        }

        .header .dropdown-menu > li.dropdown-submenu > ul.dropdown-menu > li {
            /*border-top:solid 1px #fff;
            border-bottom: none;*/
        }

.header .navbar-nav ul.dropdown-menu > li > a {
    text-transform:uppercase;
    text-align:center;
    padding:8px 15px;
    color:#fff;
}

.header .navbar-nav .open .dropdown-menu {
    background: #fff;
}

.header .dropdown-menu > li > a:hover, .header .dropdown-menu > li > a:focus, .header .dropdown-menu > li.active > a {
    color:#8586f0 !important;
}

.dropdown-submenu > a:after {
    display:none !important;
}

.header .dropdown-submenu a:hover + .dropdown-menu, .header .dropdown-submenu > .dropdown-menu {
    background:#efefef;
    margin-left:0 !important;
    margin-top:0 !important;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background:#8586f0;
    font-weight: bold;
    color:#fff;
}

    .navbar-inverse .navbar-nav > li > a:active, .navbar-inverse .navbar-nav > li > a:active, .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav .dropdown:hover > a {
        background: rgba(0,0,0,0.68);
        font-weight: bold;
        color:#fff;
    }

        .header .dropdown-menu > li > a {
            /* background:url(../img/nav_arrow.png) no-repeat 440px center; */
            white-space: normal;
            line-height:20px;
            /*height:66px;*/
        }

    .header .dropdown-menu ul {
        top: 0;
        left: 100%;
        padding: 0;
        width:25vw;
        margin-left: -1px;
        position: absolute;
        /*background-color: #da323999;*/
        -webkit-box-shadow: none; 
        /* box-shadow: 0 6px 12px rgba(0,0,0,0.175); */
    }

        .header .dropdown-menu ul > li > a {
            line-height:19px;
            /*height:67px;*/
        }

.header .navbar-nav ul.dropdown-menu ul > li > a {
    text-transform:uppercase;
    padding:24px 40px 24px 20px;
    color:#909090;
    /*color:rgba(0,0,0,0.5);*/
}

/**********  首页轮播  **********/

.banner {
    position:relative;
}

#imgBanner {
    position:relative;
    height:calc(100vw * 900 / 750);
    z-index:1;
}

.banner_img {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    position: relative;
    height: 100%; 
    width: auto;
    left: 50%;
}

.swiper-container-horizontal > .swiper-pagination {
    bottom: 12vh;
    /*right: auto;
    left: 5vw; 
    width: auto;*/ 
}

.swiper-pagination-bullet {
    /*background:url(../img/banner_dot.png) no-repeat center;
    background-size:contain;*/
    background:none;
    width: 12px;
    height: 12px;
    border:solid 1px #fff;
    display: inline-block;
    border-radius: 50%;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    /*background:url(../img/banner_dot-02.png) no-repeat center;
    background-size:contain;*/
    background:#fff;
}

.swiper-button-next, .swiper-button-prev {
    width: 24px;
    height: 42px;
    margin-top: 10px;
    -moz-background-size: 24px 42px;
    -webkit-background-size: 24px 42px;
    background-size: 24px 42px;
}

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        background-image: url(../img/banner_arrow-02.png);
        margin-right:-40vw;
        right: 50%;
        left: auto;
    }

    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        background-image: url(../img/banner_arrow-01.png);
        margin-left:-40vw;
        left: 50%;
        right: auto;
    }

.ind_1st_floor {
    background-position:center bottom;
    background-repeat:no-repeat;
    padding:0;
}

.ind_1st_floor .ind_about {
    position:relative;
    padding:0 20px;
    z-index:29;
}

.ind_1st_floor .title_img {
    margin-top:28px;
    height: 62px;
}

.ind_1st_floor .ind_text {
    text-align:justify;
    text-indent:2em;
    margin-top:20px;
    line-height:24px;
    font-size:14px;
    color:#707070;
    clear:both;
}

.ind_1st_floor .honorlist {
    box-shadow: 3px 6px 10px 0px rgba(6,0,1,0.1);
    padding:16px 10px 0;
    border-radius:10px;
    background:#fff;
    margin-top:20px;
    height:150px;
}

.ind_1st_floor .honorlist li {
    position: relative;
    text-align:center;
    padding:0 10px;
}

.ind_1st_floor .honorlist li .dataline {
    transform: translateX(-50%);
    position: relative;
    color:#6667ab;
    float: left;
    left: 50%;
}

.ind_1st_floor .honorlist li .dataline .data {
    line-height:36px;
    font-size:36px;
    float:left;
}

.ind_1st_floor .honorlist li .dataline .unit {
    text-transform:uppercase;
    line-height:22px;
    font-size:16px;
    float:left;
}

.ind_1st_floor .honorlist li .title {
    line-height:20px;
    font-size:12px; 
    color:#707070;
    clear: both;
}

.ind_1st_floor .more {
    /*background:url(../img/home_more.png) no-repeat center;*/
    border:solid 1px #6c6c6c;
    border-radius:5px;
    text-align:center;
    line-height:22px;
    padding:0 10px;
    font-size:12px;
    margin-top:67px;
    color:#6c6c6c;
    display:block;
    float:right;
    height:24px;
    width:92px;
}

.ind_1st_floor ul.btnlist {
    padding:0 10px;
}

.ind_1st_floor ul.btnlist li {
    padding:25px 10px;
}

.ind_1st_floor ul.btnlist li a {
    height:calc((50vw - 30px) * 320 / 538);
    position:relative;
    text-align:center;
    overflow:hidden;
    display:block;
    color:#fff;
}

.ind_1st_floor ul.btnlist li a .titline {
    transform:translateY(-50%);
    position:absolute;
    padding:0 10px;
    z-index:19;
    width:100%;
    top:50%;
}

.ind_1st_floor ul.btnlist li a .title {
    line-height:30px;
    font-size:20px;
    font-weight:bold;
}

.ind_1st_floor ul.btnlist li a .sectitle {
    text-transform:uppercase;
    line-height:20px;
    font-size:12px;
}

.ind_2nd_floor {
    background-position:left top;
    background-repeat:no-repeat;
    background-size:cover;
    position: relative;
    padding-bottom:30px;
}

.ind_2nd_floor .container {
    position:relative;
}

.ind_2nd_floor .title_img {
    margin:28px 20px 0;
    height: 62px;
}

.ind_2nd_floor .textblock {
    padding:28px 20px 0;
    text-align:justify;
    background:#2e2e2e;
    cursor:pointer;
    color:#fff;
}

.ind_2nd_floor a.img {
    display: none;
}

.ind_2nd_floor .textblock .title {
    background-position:left top;
    background-repeat:no-repeat;
    padding-left:40px;
    font-weight:bold;
    line-height:32px;
    font-size:20px;
}

.ind_2nd_floor .textblock .text {
    margin-top:18px;
    line-height:24px;
    font-size:14px;
}

.ind_3rd_floor {
    padding:0 20px 28px;
    background:#fcfcfc;
}

.ind_3rd_floor .title_img, .ind_4th_floor .title_img {
    margin:28px 0 0;
    height: 62px;
}

.ind_procen_headmain {
    margin-top:20px;
}

.ind_procen_headmain .itemlist {
    margin:0 calc(50vw - 160px);
    overflow-x:hidden;
    width:220px;
    float:left;
}

.ind_procen_headmain .itemlist ul {
    position:relative;
}

.ind_procen_headmain .itemlist ul li {
    position:relative;
    padding:0 10px;
    height: 60px;
    float:left;
}

.ind_4th_floor .ind_procen_headmain .itemlist ul li {
    padding:0 15px;
}

.ind_procen_headmain .itemlist ul li a {
    transform:translateY(-50%);
    position:relative;
    text-align:center;
    font-size: 14px;
    display:block;
    width:90px;
    top:50%;
}

.ind_4th_floor .ind_procen_headmain .itemlist ul li a {
    width:80px;
}

.ind_procen_headmain .itemlist ul li a:hover {
    font-weight:bold;
    color:#6667ab;
}

.ind_procen_prev {
    background:url(../img/home-05.png) no-repeat center;
    margin-top:15px;
    display:block;
    cursor:pointer;
    height:30px;
    width:30px;
    float:left;
}

.ind_procen_next {
    background:url(../img/home-06.png) no-repeat center;
    margin-top:15px;
    display:block;
    cursor:pointer;
    height:30px;
    width:30px;
    float:left;
}

.ind_pro {
    width:calc(100vw - 20px);
    margin:15px -10px 0;
}

.ind_pro li {
    padding:10px 10px;
}

.ind_pro li a:hover{
    box-shadow: 3px 6px 10px 0px rgba(6,0,1,0.1);
}

.ind_pro li a {
    width:calc(50vw - 30px);
    position:relative;
    display:block;
}

.ind_pro li a .img {
    height: calc(50vw - 30px);
    width:calc(50vw - 30px);
    position:relative;
    overflow:hidden;
    background: #fff;
    padding: 10px;
    display:block;
    z-index:1;
}

.ind_pro li a .info_title {
    text-transform: uppercase;
    text-align: justify;
    background: #8586f0;
    padding: 7px 10px;
    line-height: 18px;
    font-size: 14px;
    color: #fff;
}

.ind_pro li a .img img {
    /*transform:translateY(-50%) scale(1);
    animation-iteration-count:1;
    animation:imgjzfy 1s ;*/
    transform:translateY(-50%);
    position:relative;
    top:50%;
}

.ind_pro li a:hover .img img {
        /*transform:translateY(-50%) scale(1.2);
        animation-iteration-count:1;
        animation:imgjzfd 1s ;*/
}

    .ind_pro li .info {
        display:none;
    }

    .ind_pro li .info_text {
        text-align:justify;
        line-height:24px;
        max-height:48px;
        overflow:hidden;
        font-size:14px;
        color:#6d7081;
    }

.ind_4th_floor {
    padding:0 20px;
}

.ind_news {
    padding:10px 0;
}

.ind_news li {
    padding:10px 0;
}

.ind_news li a .textmain {
    padding-top:6px;
    color:#333;
}

.ind_news li a .title {
    font-weight:bold;
    font-size:16px;
}

.ind_news li a .text {
    text-align:justify;
    overflow:hidden;
    margin:4px 0;
    height:60px;
}

.ind_news li a .date {
    text-transform:uppercase;
    float:left;
    color:#666;
}

.ind_news li a .more {
    float:right;
    color:#666;
}

    .ind_news li a:hover .textmain, .ind_news li a:hover .date, .ind_news li a:hover .more {
        color:#6667ab;
    }

/**********  内页导航  **********/

.inner_banner {
    position:relative;
     height:calc(100vw * 450 / 750); 
}

.banner_img_only {
    /* height:calc(100vw * 800 / 1920); */
}

.inner_banner .banner_img {
    /* height:100%; */
}

    .about_body {
    }

    .about_body .ind_titline, .service_body .ind_titline {
        padding:28px 20px 0;
    }

    .about_body .ind_titline .title, .about_body .ind_titline .entitle, .service_body .ind_titline .title, .service_body .ind_titline .entitle, .casebody .ind_titline .title, .casebody .ind_titline .entitle, .contact_body .ind_titline .title, .contact_body .ind_titline .entitle {
        text-align:center;
        color:#6667ab;
    }

    .about_body .ind_titline .title, .service_body .ind_titline .title, .casebody .ind_titline .title, .contact_body .ind_titline .title {
        line-height:30px;
        font-size:20px;
    }

    .about_body .ind_titline .border, .service_body .ind_titline .border, .casebody .ind_titline .border, .contact_body .ind_titline .border {
        background:url(../img/abo_border.png) no-repeat center 6px;
        background-size:contain;
        margin:0 auto;
        clear:both;
        height:10px;
        width:35px;
    }

    .about_body .ind_titline .entitle, .service_body .ind_titline .entitle, .casebody .ind_titline .entitle, .contact_body .ind_titline .entitle {
        text-transform:uppercase;
        text-align:center;
        padding-top:6px;
        line-height:12px;
        font-size:12px;
        color:#acacac;
    }

    .about_body .ind_titline .text, .service_body .ind_titline .text, .contact_body .ind_titline .text {
        text-align:center;
        padding-top:16px;
        color:#000;
    }

    .about_other .about_other_main .ind_titline {
        padding: 28px 20px;
    }

    .about_main .ind_titline .text {
        padding-bottom: 32px;
        color:#707070;
    }

.about_main_list li a {
    cursor:pointer;
}

.about_main_list li .img {
    overflow:hidden;
    height:100vw;
}

.about_main_list li a .img img {
    width:100vw;
}

.about_main_list li:first-child .img img {
    height:100vw;
    width:auto;
}

.about_main_list li .about_main_text {
    padding:20px 20px;
    background:#6667ab;
    text-align:justify;
    color:#fff;
}

.about_main_list li:first-child .about_main_text {
    background:#2e2e2e;
}

.about_honor {
    background-position:center top;
    background-repeat:no-repeat;
    position:relative;
    height:380px;
}

.about_honor_main {
    position:relative;
    margin-top:28px;
    padding:0 20px;
}

.about_honor_prev, .about_honor_next {
    position:absolute;
    cursor:pointer;
    display:block;
    height:28px;
    width:28px;
    top:96.5px;
}

.about_honor_prev {
    background:url(../img/about_arrow.png) no-repeat center;
    background-size:28px;
    left:20px;
}

.about_honor_next {
    background:url(../img/about_arrow-02.png) no-repeat center;
    background-size:28px;
    right:20px;
}

.about_honor_list {
    margin: 0 calc(50vw - 117px);
    overflow:hidden;
    width:194px;
}

.about_honor_list li {
    padding:0 7px;
    float:left;
}

.about_honor_list li a {
    border:solid 1px #b5b5b5;
    display:block;
    width:180px;
}

.about_honor_list li a:hover, .about_honor_list li.active a {
    border:solid 1px #2e2e2e;
}

.about_other {
    position:relative;
}

.about_network {
    position:relative;
}

.about_network .about_other_main, .about_other .about_other_main {
    background-position:center top;
    background-repeat:no-repeat;
    height:790px;
}

.about_other .about_other_main {
    height:auto;
}

.about_network .about_other_main:first-child {
    background-position:center bottom;
    background-size: auto 300px;
    height:500px;
}

.about_network .about_other_main .ind_titline {
    padding-right: 30px;
    padding-left: 30px;
}

    .about_other .about_other_main .ind_titline .more {
        border:solid 1px #6667ab;
        border-radius:26px;
        text-align:center;
        margin:20px auto;
        line-height:24px;
        display:block;
        width:100px;
        height:26px;
        color:#6667ab;
    }

    .serve_commit {
        background-position:center top;
        background-repeat:no-repeat;
    }

    .serve_commit ul {
        padding:0 20px 28px;
    }

    .serve_commit ul li {
        border-top:solid 1px #d3d3d3;
        padding:20px 0;
    }

    .serve_commit ul li:first-child {
        border-top:none;
    }

    .serve_commit ul li a {
        display:block;
    }

    .serve_commit ul li a .titline {
        background-position:left 7px;
        background-repeat:no-repeat;
        padding:10px 0 0 91px;
        display:block;
        height:60px;
    }

    .serve_commit ul li:first-child a .titline {
        padding:10px 0 0 75px;
    }

    .serve_commit ul li a .title {
        line-height:28px;
        font-size:18px;
        color:#000;
    }

    .serve_commit ul li a .entitle {
        text-transform:uppercase;
        line-height:12px;
        font-size:12px;
        color:#acacac;
    }

    .serve_commit ul li a .text {
        text-align:justify;
        margin-top:15px;
        color:#000;
    }

    .serve_items {
        background-position:center top;
        background-repeat:no-repeat;
    }
    
    .serve_items ul {
        padding:28px 20px 56px;
    }
    
    .serve_items ul li {
        width:calc(100vw - 40px);
        height:80px;
    }
    
    .serve_items ul li a {
        border-bottom:solid 1px #eee;
        background-position:90% center;
        background-repeat:no-repeat;
        background-color:#fff;
        background-size:48px;
        padding:16px 20px;
        cursor:pointer;
        display:block;
        height:100%;
        width:100%;
    }
    
    .serve_items ul li:nth-child(6) a {
        border-bottom:none;
    }
    
    .serve_items ul li a .title {
        line-height:24px;
        font-size:16px;
        color:#000;
    }
    
    .serve_items ul li a .border {
        margin:10px 0;
        border-radius:4px;
        background:#fff;
        display:none;
        height:4px;
        width:42px;
    }
    
    .serve_items ul li a .text {
        display:none;
        color:#fff;
    }
    
    .serve_items ul li.active {
        height:auto;
    }
    
    .serve_items ul li.active a {
        background-position:center;
        background-size: cover;
        border-bottom:none;
        padding:20px;
    }
    
    .serve_items ul li.active a .title {
        color:#fff;
    }
    
    .serve_items ul li.active a .border, .serve_items ul li.active a .text {
        display:block;
    }

    .serve_ctatus_main {
        position:relative;
    }

    .serve_ctatus_main .ind_titline {
        padding:28px 20px 0;
    }

    .serve_ctatus_main .ind_titline .title, .serve_ctatus_main .ind_titline .entitle {
        text-align:center;
    }

    .serve_ctatinfo_shanghai, .serve_ctatinfo_guangdong {
        padding:0 20px 20px;
    }

    .serve_ctatinfo_shanghai .ind_titline, .serve_ctatinfo_guangdong .ind_titline {
        padding:20px 0 0;
    }

    .serve_ctatinfo_shanghai .ind_titline .title, .serve_ctatinfo_shanghai .ind_titline .entitle, .serve_ctatinfo_guangdong .ind_titline .title, .serve_ctatinfo_guangdong .ind_titline .entitle {
        text-align:left;
    }

    .serve_ctatinfo li {
        padding-top:6px;
    }

    .serve_ctatinfo li p, .serve_ctatinfo li p a {
        text-transform:lowercase;
        line-height:26px;
        font-size:14px;
        color:#000;
    }

    .serve_ctatinfo li p:first-child {
        line-height:20px;
        font-size:12px;
        color:#acacac;
    }

    .serve_qrcode {
        width:280px;
        right:15px;
        bottom:0;
    }

    .serve_ctatinfo_guangdong .serve_qrcode {
        width:140px;
    }

    .serve_qrcode li {
        padding:10px 15px 0;
        width:140px;
        float:left;
    }

    .serve_qrcode li p {
        padding-top:6px;
        text-align:center;
        line-height:20px;
        font-size:12px;
        color:#000;
    }

    .serve_ctatus_map {
        height:284px;
    }

.probody {
    /*margin-bottom:25px;
    margin-top:30px;*/
}

/**********  产品中心  **********/

.pronav {
    position:relative;
    padding:28px 20px 0;
}

    .pronav_main {
        background:#f9f9f9;
    }

    .pronav .titline {
        border-bottom:solid 1px #fff;
        background:#8586f0;
        text-align:center;
        height:58px;
        color:#fff;
    }

    .pronav .title {
        line-height:30px;
        padding-top:6px;
        font-size:20px;
    }

    .pronav .entitle {
        text-transform:uppercase;
        line-height:12px;
        font-size:12px;
    }

    .pronav_border {
        background:#909ba7;
        position:absolute;
        bottom:2px;
        width:100%;
        height:1px;
        z-index:1;
}

    .pronav_boback {
        line-height: 36px;
        display: block;
        font-size:12px;
        color:#939393;
        float:left;
    }

.pronav_boback:hover {
    color:#3d3d3d;
}

    .pronav ul {
        -webkit-transform:translateX(-50%);
        -moz-transform:translateX(-50%);
        transform:translateX(-50%);
        position:relative;
        border-bottom:none;
        clear:both;
        float:left;
        left:50%;
    }

    .pronav ul > li {
        /*padding: 0 27px;*/
    }

    .pronav ul > li > a {
        border-bottom:solid 1px #f0f0f0;
        position:relative;
        text-align:center;
        color:#b9b9b9;
        display: block;
        height: 41px;
    }

    .pronav ul > li > a:hover, .pronav ul > li.active > a {
        background:url(../img/products_arrow.png) #e0e0ff no-repeat left center;
        border-bottom:solid 1px #ddddf4;
        background-size:auto 12px;
        color:#8586f0;
    }

    .pronav ul > li > a > p {
        transform:translateY(-50%);
        position:relative;
        line-height:24px;
        padding:0 30px;
        font-size:14px;
        top:50%;
    }

.pronav ul > li > a .border {
    background:#8586f0;
    position:absolute;
    margin-left:-22px; 
    display:none;
    width:44px;
    height:5px;
    left:50%;
    bottom:0;
}

.pronav ul > li > a:hover .border, .pronav ul > li.active > a .border {
    display:block;
}

.prosortlist {
    min-height: calc(100vw + 36px);
    width:calc(100vw - 20px);
    padding:36px 0;
    position:relative;
    margin:0 auto;
    z-index:19;
}

.prosort_bg {
    width:calc(100% - 20px);
    position:relative;
    display:none;
    margin:0 auto;
    z-index:1;
}

.prosort_bg.active {
    display:block;
}

.prosortlist ul {
    position:absolute;
    width:100%;
    z-index:19;
    top:16px;
}

.prosortlist li {
    padding: 20px 10px 0; 
}

.prosortlist li a {
    height: calc(50vw - 30px);
    position:relative;
    display:block;
}

    .prosortlist li .info {
        background:rgba(0,0,0,0.5);
        position:absolute;
        padding: 20px;
        height: 100%;
        z-index:19;
        top:0;
    }

    .prosortlist li a:hover .info {
        display:block;
    }

.prosortlist li .proimg {
    /*padding:0 0 0 5px;*/
}

.prosortlist li a .infomain {
    /*-webkit-transform:translateY(-18px);
    -moz-transform:translateY(-18px);
    transform:translateY(-18px);
    position:relative;
    top:50%;*/
}

.prosortlist li a .info_title {
    text-transform:uppercase;
    font-weight:bold;
    line-height:26px;
    font-size:16px;
    color:#fff;
}

.prosortlist li a .info_entitle {
    text-transform:uppercase;
    line-height:18px;
    font-size:12px;
    color:#fff;
}

.prolist {
    padding:0 10px;
    /*margin:0 10px;
    position:relative;
    width:calc(100vw - 20px);*/
}

.prolist li {
    padding: 20px 10px 0; 
}

.prolist li a {
    position:relative;
    display:block;
}
.prolist li a:hover {
    box-shadow: 3px 6px 10px 0px rgba(6,0,1,0.1);

}

.prolist li a .img {
    height:calc(50vw - 30px);
    width:calc(50vw - 30px);
    position:relative;
    overflow:hidden;
    z-index:1;
}

.prolist li a .img img {
    /*transform:translateY(-50%) scale(1);
    animation-iteration-count:1;
    animation:imgjzfy 2s ;*/
    transform:translateY(-50%);
    position:absolute;
    background: #fff;
    padding: 10px;
    top:50%;

}

.prolist li a:hover .img img {
        /*transform:translateY(-50%) scale(1.2);
        animation:imgjzfd 2s ;
        animation-iteration-count:1;*/
}

    .prolist li .info {
        display:none;
    }

.prolist li a .info_title {
    text-transform:uppercase;
    text-align:justify;
    background:#8586f0;
    padding:7px 10px; 
    line-height:18px;
    font-size:14px;
    color:#fff;
}

.prolist li .proimg {
    /*padding:0 0 0 5px;*/
}

.prolist li a .info_entitle {
    text-transform:uppercase;
    margin-top:26px;
    line-height:28px;
    font-size:26px;
    color:#6667ab;
}

    .prolist li .info_text {
        text-align:justify;
        line-height:24px;
        max-height:48px;
        overflow:hidden;
        font-size:14px;
        color:#6d7081;
    }

    .prolist li .probtn a {
        border:solid 1px #6667ab;
        text-transform:uppercase;
        text-decoration:none;
        text-align:center;
        margin:50px 0 0;
        display:block;
        border-radius:18px;
        line-height:36px;
        font-size:16px;
        height:38px;
        width:152px;
        color:#6667ab;
    }   

.probody .pager {
    margin-top:25px;
}

.proinfo_sample {
    height:auto;
}

    .proinfo_sample .bigimg {
        box-shadow:0 0 103px 0 rgba(135,135,135,0.2);
        /*height:calc(100vw - 40px);*/
        width:calc(100vw - 40px);
        margin:0 auto;
        display:block;
    }

    .proinfo_imglist {
        margin:40px auto;
        padding:0;
    }

    .proinfo_imglist li {
        height:90px;
        width:100px;
        float:left;
    }

    .proinfo_imglist li a {
        border:solid 1px transparent;
        margin:0 auto;
        cursor:pointer;
        display:block;
        /*height:90px;*/
        width:90px;
    }

    /*.proinfo_imglist li.active a {
        border:solid 1px #252f49;
    }*/

    .proinfo_content {
        padding:0 20px;
    }

    .proinfo_content .priceline .buynow a.buynowBtn, .proinfo_content a.backBtn {
        margin: 78px 0 0;
        background:#8586f0;
        border-radius:24px;
        text-align:center;
        line-height:24px;
        font-size:14px;
        padding:0 15px;
        cursor:pointer;
        color:#fff;
        float:left;
    }

    .proinfo_content .title, .proinfo_main .detail_imgs .title {
        text-transform:uppercase;
        line-height:26px;
        font-weight:bold;
        font-size:20px;
        color:#252f49;
    }

    .proinfo_content .border, .proinfo_main .detail_imgs .border {
        background:#6e7486;
        margin:10px 0 6px;
        float:left;
        clear:both;
        width:40px;
        height:1px;
    }

    .proinfo_content .sort, .proinfo_main .detail_imgs .sort {
        text-transform:uppercase;
        line-height:26px;
        font-size:14px;
        color:#252f49;
    }

    .proinfo_content .text {
        margin:26px 0 0;
        line-height:32px;
        font-size:14px;
    }

    .proinfo_content .remark {
        margin:34px 0;
        line-height:24px;
        font-size:14px;
        color:#252f49;
    }

.proinfo_main {
    background-image:url(../img/showpro_bg.jpg);
    background-position:center top;
    background-repeat:no-repeat;
    background-color:#fcfcfc;
    /*background-size:cover;*/
    padding:50px 0 45px;
    /*height:1137px;*/
}

.proinfo_main .detail_imgs {
    margin:40px auto 0;
    padding:0 20px;
    width:100%;
}

.proinfo_main .detail_imgs .detail_imgslist {
    margin-top:20px;
}

.proinfo_main .detail_imgs .detail_imgslist img, .proinfo_main .detail_imgs .detail_imgslist video {
    width:100%;
}

.newsnav {
    margin-bottom:15px;
}

.newsnav ul > li.active > a, .newsnav ul > li.active > a:hover, .newsnav ul > li.active > a:focus {

}

    .newsnav ul > li {
        padding-top:20px;
        padding-left:5px;
        float:right;
    }

    .newsnav ul > li > a {
        display: block;
        text-align:center;
        padding: 0 10px;
        border-radius: 0;
        line-height: 28px;
        color:#969696;
    }

    .newsnav ul > li > a:hover,.newsnav ul > li.active > a {
        background:#6667ab;
        border-radius:14px;
        color:#fff;
    }

.newsnav ul > li.dropdown > a {
    background-image: url(../img/prolist-02.jpg);
    background-repeat: no-repeat; 
    background-position: 341px 26px;
}

.newsnav ul > li.open > a {
    border-bottom-color: #d5d5d5;
    border-left-color: #da3239;
}

/*.nav-tabs > li.proleft_On > a, .newsnav ul > li.active > a, .newsnav ul > li.active > a:hover, .newsnav ul > li.active > a:focus {
    border: none;
    color: #fff;
    background-color: #da3239;
    background-image: url(../img/nav_arrow_w2.png) !important;
    background-repeat: no-repeat; 
    background-position: 165px 22px;
    cursor: pointer;
}*/

 .newsnav ul > li ul.dropdown-menu {
    border: none;
    border-bottom: solid 1px #d5d5d5;
    position: relative;
    /*top: 100%;
    left: 0;*/
    width: 100%;
    z-index: 1000;
    /*display: none;*/
    float: none;
    min-width: 100%;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    padding: 0;
}

 .newsnav ul > li ul.dropdown-menu > li ul.dropdown-menu {
     position:absolute;
}

 .newsnav ul > li.open ul.dropdown-menu {
     display: block;
}

 .newsnav ul > li ul.dropdown-menu > li > a {
    display: block;
    clear: both;
    font-weight: normal;
    white-space: normal;
    padding: 20px 70px 16px 12px;
    line-height: 20px;
    padding: 20px 27px 16px;
    border-bottom: none;
    color: #444;
    background-color: #efefef;
    /*border-bottom-color: transparent;*/
    cursor: pointer;
}

.newsnav .dropdown-submenu > a:after {
    margin-top: 0 !important;
    margin-right: -10px !important;
}

.newsnav ul > li ul.dropdown-menu > li > a:hover, .newsnav ul > li ul.dropdown-menu > li > a:focus {
    font-weight:bold;
    color: #da3239;
}

    .newslist {
        padding:0 20px 10px;
    }

.newslist li {
    padding:26px 0 0;
}

    .newslist li .border {
        height:5px;
    }

    .newslist li .gray_block {
        background:#797979;
        position:relative;
        width:70px;
        height:5px;
        z-index:19;
}

    .newslist li .border_line {
        background:#797979;
        position:absolute;
        height:1px;
        z-index:1;
        top:2px;
}

    .newslist li .info_date {
        background:url(../img/news-03.jpg) no-repeat 26px center;
        line-height:26px;
        font-size:14px;
        color:#797979;
        height:26px;
    }

    .newslist li .latest_news {
        background:url(../img/news_top.png) no-repeat left top;
    }

    .newslist li .info_date .info_day {
        float:left;
    }

    .newslist li .info_date .info_year {
        padding-left:22px;
        float:left;
    }

.newslist li a {
    position:relative;
    margin-top:26px;
    display:block;
}

.newslist li a img {
    display:block;
}

.newslist li a .info {
    padding:0 0 20px;
}

.newslist li a .info_title {
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    line-height:36px;
    margin-top:5px;
    font-size:18px;
    color:#5c5c5c;
    height:36px;
}

    .newslist li a .info_text {
        text-align:justify;
        line-height:24px;
        font-size:14px;
        overflow:hidden;
        height:48px;
        color:#8f8f8f;
    }

.newslist li a:hover .info_title, .newslist li a:hover .info_text, .newslist li a:hover .info_date {
    color:#8586f0;
}

.newsbody .pager {
    margin-bottom:26px;
}
    
.article-metas .metas-body {
    margin: 20px auto;
}

.article-action-btn {
    margin-top:20px; 
}

.article-text {
    line-height:24px;
}

    .article-text .con, .article-text section {
        width:100% !important;
    }

.article-prevnext {
    margin: 10px 0 50px 0;
    padding: 10px 0 0 0;
    border-top: 1px solid #dedede;
}

/**********  操作视频  **********/

.videolist {
    padding:0 7px;
}

.videolist li {
    padding:0 7px 28px;
}

.videolist li a {
    position:relative;
    display:block;
}

.videolist li a img {
    height:calc((50vw - 21px) / 4 * 3);
    display:block;
}

.videolist li a p {
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    text-align:center;
    line-height:24px;
    padding:12px 10px;
    font-size:14px;
    height:48px;
    color:#333;
}

.videolist li a img.video_icon {
    margin:-45px 0 0 -45px;
    position:absolute;
    border:none;
    height:90px;
    width:90px;
    z-index:10;
    left:50%;
    top:50%;
}

/**********  优秀案例  **********/

.casebody {
    width:calc(100% - 40px);
    margin:26px auto;
}

    .casebody .inner_nav{
        border-left: solid 4px #8586f0;
        margin-bottom: 26px;
        padding-left: 10px;
        line-height: 20px;
        font-size: 16px;
        color: #000;
    }

    .logolist {
        margin:0 -10px;
    }

    .logolist li {
        padding:10px;
    }

    .logolist li a {
        height:calc((100vw - 20px) / 3 - 20px);
        position:relative;
        display:block;
    }

    .logolist li a img {
        transform:translateY(-50%);
        position:absolute;
        top:50%;
    }

.caselist li {
    padding: 32px 0 0;
}

.caselist li .proimg {
    
}

.caselist li .proimg a {
    display:block;
}

.caselist li a.info_title {
    margin-top:20px;
    line-height:30px;
    font-size:20px;
    color:#6667ab;
}

.caselist li a.info_entitle {
    margin-top:8px;
    line-height:20px;
    font-size:16px;
    color:#6667ab;
}

    .caselist li .info_text {
        /*text-align:justify;*/
        text-transform:uppercase;
        line-height:22px;
        font-size:14px;
        margin-top:10px;
        color:#969696;
    }

    .caselist li .probtn a {
        border:solid 1px #6667ab;
        text-transform:uppercase;
        text-decoration:none;
        text-align:center;
        margin:18px 0 0;
        display:block;
        border-radius:18px;
        line-height:26px;
        font-size:12px;
        height:28px;
        width:100px;
        color:#6667ab;
        float:right;
    }

    .caselist li .probtn a:hover {
        border:solid 1px #8586f0;
        background:#8586f0;
        color:#fff;
    }

.float_body {
    display:none;
}

.footer {
    background:#3f3780;
}

    .footer_main {
        padding:0 20px 20px;
    }

    .footer_logo {
        padding:20px 0 10px;
    }

    .footer_logo a {
        display:block;
    }

    .foot_contant li {
        padding-left:36px;
        line-height:24px;
        margin-top:10px;
    }

    .foot_contant li:first-child {
        margin-top:0;
    }

    .footer_copyright {
        border-top:solid 1px #625b97;
        text-transform:uppercase;
        width: calc(100vw - 40px);
        margin: 0 auto;
        padding:12px 20px;
    }

    .footer_copyright_main {
        text-align:center;
    }

@media (min-width: 768px) {

    .wap-no-pc-initial {
        display: initial;
    }

    .header {
        position: fixed;
        height: 80px;
    }

    /*.navbar-header {
        width:25%;
    }*/

    .navbar-collapse { background: transparent;}

    .navbar-inverse .navbar-collapse {
        /*padding: 44px 0 34px;*/
    }

    .navbar-inverse .navbar-toggle {  
        margin-top: 31px;
    }

    .navbar-collapse.collapse.in {
        max-height:calc(100vw * 933 / 1920) !important;
        display:block !important;
    }

    .navbar-brand {
        margin: 0 auto;
        font-size: 15px;
        line-height: 17px;
        height: auto;
    }

    .navbar-brand img {
        height: auto;
        float:left;
    }
     
    .navbar-inverse .navbar-nav {
        margin-right: 4px;
        border-bottom:none;
        float:right;
    }
     
    .navbar-inverse .navbar-nav > li {
        margin-left:13px;
        border-top:none;
    }
     
    .navbar-inverse .navbar-nav > li:first-child {
        border-top:none;
        margin-left:0;
    }
     
    .navbar-inverse .navbar-nav > li > a {
        padding: 10px 2px 0;
        line-height:70px;
        background:none;
    }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        font-weight: normal;
        background:none;
        color:#8586f0;
    }

    .navbar-inverse .navbar-nav > li > a:active, .navbar-inverse .navbar-nav > li > a:active, .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav .dropdown:hover > a {
        font-weight: normal;
        background:none;
        color:#8586f0;
    }

    .top_controller {
        padding:21px 0 0;
    }

    .top_search {
        padding-top:22px;
    }

    .top_search input[type=text] {
        width:100%;
    }

    .top_search.active {
        position: relative;
        padding: 0;
    }

    .top_lang {
        margin-left: 40px;
        margin-top:0;
        float:right;
    }

    .top_lang > a {
        padding: 10px 10px 0;
        line-height: 70px;
        display: block;
        color:#fff;
    }

        .top_lang > a:hover {
            text-decoration:none;
            color:#8586f0;
        }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        opacity: 1;
    }

    .header .dropdown-submenu a:hover + .dropdown-menu, .header .dropdown-submenu > .dropdown-menu {
        background:#fff;
    }

        .header .dropdown-menu > li.dropdown-submenu > ul.dropdown-menu > li {
            border-top:none;
        }

    #imgBanner {
        height:758px;
    }

    .banner_img {
        position: absolute;
        width: 1920px;
    }

    .banner_info {
        margin-left:18.72vw;
        margin-right:0;
        width:auto;
    }

    .banner_title {
        line-height:3vw;
        font-size:2.4vw;
    }

    .banner_textline {
        padding:2.5vw 0 0 7.29vw;
    }

    .banner_textline .title {
        line-height:1.67vw;
        font-size:1.35vw;
    }

    .banner_textline .text {
        margin-top:28px;
        line-height:1.25vw;
        font-size:0.7vw;
    }

    .banner_textline .more {
        margin-top: 28px;
        line-height:2vw;
        font-size:0.7vw;
        width:120px;
    }

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        margin-right:-585px;
    }

    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        margin-left:-585px;
    }

    .ind_1st_floor {
        padding:66px 0 0;
        height:900px;
    }

    .ind_1st_floor .ind_about {
        padding:0;
    }

    .ind_1st_floor .title_img {
        width:auto;
        height:auto;
    }

    .ind_1st_floor .ind_text {
        margin-top:32px;
        line-height:30px;
        font-size:16px;
    }

    .ind_1st_floor .honorlist {
        padding:32px 15px 0;
        margin-top:46px;
        height:150px;
        width:670px;
    }

    .ind_1st_floor .honorlist li {
        padding:0 15px;
    }

    .ind_1st_floor .honorlist li .dataline .data {
        font-size:46px;
    }

    .ind_1st_floor .honorlist li .title {
        line-height:24px;
        padding-top:12px;
        font-size:16px;
    }

    .ind_1st_floor .more {
        /*background:url(../img/home_more.png) no-repeat center;*/
        border-radius:10px;
        line-height:54px;
        padding:0 27px;
        font-size:24px;
        height:54px;
        width:192px;
        float:none;
    }

    .ind_1st_floor .more:hover {
        border:solid 1px #6667ab;
        background:#6667ab;
        color:#fff;
    }

    .ind_1st_floor ul.btnlist {
        padding-left:47px;
        padding-right:0;
    }

    .ind_1st_floor ul.btnlist li {
        padding:29px 0;
    }

    .ind_1st_floor ul.btnlist li a {
        height:320px;
        color:#fff;
    }

    .ind_1st_floor ul.btnlist li a .titline {
        padding:0 20px;
    }

    .ind_1st_floor ul.btnlist li a .title {
        line-height:66px;
        font-size:40px;
    }

    .ind_1st_floor ul.btnlist li a .sectitle {
        line-height:46px;
        font-size:26px;
    }

    .ind_1st_floor ul.btnlist li a img {
        animation-iteration-count:1;
        animation:imgfy 2s ;
        position:relative;
        display:block;
        z-index:1;
    }

    .ind_1st_floor ul.btnlist li a:hover img {
            transform:scale(1.2);
            animation:imgfd 2s ;
            animation-iteration-count:1;
    }

.ind_2nd_floor {
    background-size:1545px auto;
    margin-left: -960px;
    padding-bottom:0;
    width: 1920px;
    height:930px;
    left: 50%;
}

.ind_2nd_floor .title_img {
    position:absolute;
    height: auto;
    margin:0;
    top:125px;
    left:0;
}

.ind_2nd_floor .textblock {
    padding:100px 50px 0 55px;
    cursor:pointer;
    height:310px;
}

    .ind_2nd_floor a.textmain, .ind_2nd_floor .gray_textmain {
        cursor:pointer;
    }

.ind_2nd_floor .gray_textmain .textblock {
    background:#444;
}

    .ind_2nd_floor a.textblock:hover, .ind_2nd_floor .gray_textmain a.textblock:hover {
        background:#6667ab;
    }

.ind_2nd_floor a.img {
    overflow:hidden;
    cursor:pointer;
    display:block;
    height:310px;
}

.ind_2nd_floor a.img img {
    animation:imgfy 2s ;
    animation-iteration-count:1;
}

.ind_2nd_floor a.img:hover img {
    transform:scale(1.2);
    animation:imgfd 2s ;
    animation-iteration-count:1;
}

.ind_3rd_floor {
    padding:112px 0 90px;
}

.ind_news {
    padding:0;
}

.ind_3rd_floor .title_img, .ind_4th_floor .title_img {
    height: auto;
    margin: 0;
}

.ind_procen_headmain {
    padding-left:12px;
    margin-top:44px;
}

.ind_4th_floor .ind_procen_headmain {
    padding-left:13px;
}

.ind_procen_headmain .itemlist {
    margin:0 16.5px;
    width:675px;
}

.ind_4th_floor .ind_procen_headmain .itemlist {
    margin:0 16px;
    width:480px;
}

.ind_procen_headmain .itemlist ul li {
    height: 106px;
}

.ind_procen_headmain .itemlist ul li a {
    font-size: 16px;
    width:115px;
}

.ind_4th_floor .ind_procen_headmain .itemlist ul li a {
    width:90px;
}

.ind_procen_prev {
    margin-top:38px;
    cursor:pointer;
}

.ind_procen_prev:hover {
    background-image:url(../img/home-05h.png);
}

.ind_procen_next {
    margin-top:38px;
    cursor:pointer;
}

.ind_procen_next:hover {
    background-image:url(../img/home-06h.png);
}

.ind_pro {
    margin:22px -15px 0;
    width:1200px;
}

.ind_pro li {
    padding:15px;
    float:left;
}

.ind_pro li a {
    width:270px;
}

.ind_pro li a .img {
    width:270px;
    height: 270px;
    padding: 15px;
}

.ind_pro li a .info_title {
    position: absolute;
    padding: 7px 15px;
    line-height: 18px;
    max-width: 66.7%;
    font-size: 14px;
    bottom: 72px;
    z-index: 19;
    right: 0;
}

    .ind_pro li .info {
        background:#f5f7f9;
        padding: 12px 20px;
        display:block;
        color:#6d7081;
        height: 72px;
    }

    .ind_pro li  a:hover .info {
        background:#e0e0ff;
    }

.ind_4th_floor {
    padding:106px 0;
}

.ind_news li a:hover{
    box-shadow: 0 0 10px 0px rgba(6,0,1,0.1);
}

.ind_news li a .img {
    overflow:hidden;
    margin-top:3px;
    height:152px;
}

.ind_news li a .img img {
    animation-iteration-count:1;
    animation:imgfy 2s ;
    transform:scale(1);
}

.ind_news li a:hover .img img {
        transform:scale(1.2);
        animation:imgfd 2s ;
        animation-iteration-count:1;
}

.ind_news li a .textmain {
    padding:0 0 0 60px;
    line-height:24px;
    font-size:16px;
}

.ind_news li a .title {
    padding:0 95px 0 0;
    line-height:30px;
    font-size:18px;
}

.ind_news li a .text {
    padding:0 95px 0 0;
    margin:16px 0;
    height:72px;
}

    .inner_banner {
        /* height:calc(100vw * 800 / 1920); */
        height:380px;
    }

.about_main {
    background-position:center top;
    background-repeat:no-repeat;
    position:relative;
    margin-left:-960px;
    padding-top:33px;
    height:1145px;
    width:1920px;
    left:50%;
}

.about_main_list {
    position: absolute;
    width: 1920px;
    height: 692px;
    bottom: 0;
}

.about_main_list li {
    width:calc(50% + 164px);
    height:100%;
    float:left;
}

.about_main_list li:first-child {
    width:calc(50% - 164px);
}

.about_main_list li .img {
    height: 100%;
    width:376px;
    float:left;
}

.about_main_list li a .img img {
    animation-iteration-count:1;
    animation:imgfy 2s ;
    transform:scale(1);
    height:auto;
    width:auto;
}

.about_main_list li a:hover .img img {
        transform:scale(1.2);
        animation:imgfd 2s ;
        animation-iteration-count:1;
}

.about_main_list li:first-child .img {
    height: 347px;
    float:none;
    width:100%;
}

.about_main_list li:first-child .img img {
    height:100%;
    width:100%;
}

.about_main_list li .about_main_text {
    padding:52px 420px 52px 60px;
    width:calc(100% - 376px);
    line-height:30px;
    font-size:16px;
    float: left;
}

.about_main_list li:first-child .about_main_text {
    padding:42px 60px 0 calc(50% + 60px);
    height:calc(100% - 347px);
    text-align:justify;
    background:#2e2e2e;
    line-height:30px;
    font-size:16px;
    float:none;
    color:#fff;
    width:100%;
}

.about_honor {
    margin-left:-960px;
    height:740px;
    width:1920px;
    left:50%;
}

.about_honor_main {
    margin-top:86px;
    padding:0;
}

.about_honor_prev, .about_honor_next {
    height:56px;
    width:56px;
    top:120px;
}

.about_honor_prev {
    background:url(../img/about_arrow.png) no-repeat center;
    background-size:56px;
    left:-82px;
}

.about_honor_prev:hover {
    background:url(../img/about_arrow_h.png) no-repeat center;
}

.about_honor_next {
    background:url(../img/about_arrow-02.png) no-repeat center;
    background-size:56px;
    right:-82px;
}

.about_honor_next:hover {
    background:url(../img/about_arrow-02_h.png) no-repeat center;
}

.about_honor_list {
    margin:0 -7.5px;
    width:1185px;
}

.about_honor_list li a {
    width:223px
}

.about_other {
    margin-left:-960px;
    width:1920px;
    left:50%;
}

.about_network {
    margin-left:-960px;
    width:1920px;
    left:50%;
}

.about_network .about_other_main, .about_other .about_other_main {
    background-position:center top;
    background-repeat:no-repeat;
    height:790px;
}

.about_network .about_other_main:first-child {
    background-position:center top;
    background-size: auto;
    height:900px;
}

    .probody {
        /*margin:60px auto 0;*/
    }
    
    .probody .navlist{
        padding-right:50px;
    }

    .probody .navlist li{
        
    }

    .probody .navlist li a{
        border-radius:8px;
        background:#f5f6f8;
        padding:13px 20px;
        line-height:30px;
        display:block;
        font-size:18px;
        color:#909ba7;
    }

    .probody .navlist li a:hover, .probody .navlist li.active a{
        background:#8586f0;
        color:#fff;
    }

    .prolist {
        padding:0;
    }

    .prolist li {
        padding: 32px 30px 0 0;
    }

    .prolist li a .img {
        height:262px;
        width:262px;
    }

    .prolist li a .img img {
        padding: 15px;

    }

    .prolist li .info {
        background:#f5f7f9;
        padding: 11px 20px;
        display:block;
        height:70px;
        color:#6d7081;
    }

    .prolist li a:hover .info {
        background:#e0e0ff;
    }

    .prolist li a .info_title {
        position:absolute;
        padding:7px 15px;
        line-height:18px;
        max-width: 66.7%;
        font-size:14px;
        bottom:70px;
        z-index:19;
        right:0;
    }

    .prolist li a.info_entitle {
        margin-top:46px;
        line-height:38px;
        font-size:36px;
    }
    
/**********  产品详情  **********/

.proinfo_BG {
    background-position:center bottom;
    background-repeat:no-repeat;
    background-size:contain;
    /*height:calc(100vw * 900 / 1920 + 88px);*/
    /*height:100vh;*/
}

.proinfo_sample {
    height:auto;
}

    .proinfo_sample .bigimg {
        box-shadow:0 0 103px 0 rgba(135,135,135,0.2);
        /*height:calc(100vw - 40px);*/
        width:calc(100vw - 40px);
        margin:0 auto;
        display:block;
    }

    .proinfo_imglist {
        margin:40px auto;
        padding:0;
    }

    .proinfo_imglist li {
        height:90px;
        width:100px;
        float:left;
    }

    .proinfo_imglist li a {
        border:solid 1px transparent;
        margin:0 auto;
        cursor:pointer;
        display:block;
        /*height:90px;*/
        width:90px;
    }

    /*.proinfo_imglist li.active a {
        border:solid 1px #252f49;
    }*/

    .proinfo_content {
        padding:0 20px;
    }

    .proinfo_content .priceline .buynow a.buynowBtn, .proinfo_content a.backBtn {
        margin: 78px 0 0;
        background:#8586f0;
        border-radius:24px;
        text-align:center;
        line-height:24px;
        font-size:14px;
        padding:0 15px;
        cursor:pointer;
        color:#fff;
        float:left;
    }

    .proinfo_content .title, .proinfo_main .detail_imgs .title {
        text-transform:uppercase;
        line-height:26px;
        font-weight:bold;
        font-size:20px;
        color:#252f49;
    }

    .proinfo_content .border, .proinfo_main .detail_imgs .border {
        background:#6e7486;
        margin:10px 0 6px;
        float:left;
        clear:both;
        width:40px;
        height:1px;
    }

    .proinfo_content .sort, .proinfo_main .detail_imgs .sort {
        text-transform:uppercase;
        line-height:26px;
        font-size:14px;
        color:#252f49;
    }

    .proinfo_content .text {
        margin:26px 0 0;
        line-height:32px;
        font-size:14px;
    }

    .proinfo_content .remark {
        margin:34px 0;
        line-height:24px;
        font-size:14px;
        color:#252f49;
    }

    .newsbody {
        
    }

    .newsnav {
        margin-bottom:0;
        padding:0;
    }

    .newsnav ul {
        padding-right:30px;
    }

    .newsnav ul > li {
        padding-top:0;
    }

    .newsnav ul > li > a {
        line-height: 30px;
        font-size:16px;
        padding:0 15px;
    }

    .newsnav ul > li > a:hover,.newsnav ul > li.active > a {
        background:#6667ab;
        border-radius:12px;
        color:#fff;
    }

    .newslist {
        margin:0 0 30px;
        padding:0;
    }

    .newslist li {
        padding:30px 0 0;
    }

    .newslist li .border {
        height:7px;
    }

    .newslist li .gray_block {
        width:210px;
        height:7px;
    }

    .newslist li .border_line {
        top:3px;
    }

    .newslist li a {
        margin-top:30px;
    }

    .newslist li a .info {
        padding:16px 35px 0 5px;
    }

    .newslist li .info_date {
        background:url(../img/news-03.jpg) no-repeat 38px center;
        font-size:18px;
    }

    .newslist li a .info_title {
        margin-top:15px;
    }

    .newslist li a .info_text {
        margin-top:10px;
    }

    .newsbody .pager {
        padding-top: 20px;
        margin-bottom:30px;
        margin-top: 0;
    }

    .newsmain {
        padding:68px 0 96px;
    }

    .newsmain .article-prevnext {
        margin: 10px 0 50px 0;
        padding: 10px 0 0 0;
    }

    .newsmain .article-prevnext .pagebtn {
        margin-top:0;
    }

    .news_header .titline .title {
        font-size:20px;
    }

    .news_header .titline .border {
        margin:21px 0 14px;
    }

    .news_header .titline .sectitle {
        line-height:38px;
        font-size:14px;
    }

    .newsmain .article-content {
        padding:60px 15px 0;
        margin-bottom: 17px;
    }

    .videolist {
        margin:0 -15px;
        padding:0;
    }

    .videolist li {
        padding:0 15px 57px;
    }

    .videolist li a img {
        height:167px;
    }

    .videolist li a p {
        /*margin-top:25px;*/
    }

    /********** 合作案例 **********/

    .casebody {
        margin:50px auto;
    }

    .caselist li .item {
        position: relative;
    }

    .caselist li .info {
        transform: translateY(-50%);
        padding-left:78px;
        position: absolute;
        top: 50%;
        right: 0;
    }

    .caselist li a.info_title {
        line-height:40px;
        margin-top:12px;
        font-size:20px;
        overflow:hidden;
    }

    .caselist li a.info_entitle {
        margin-top:8px;
        line-height:24px;
        font-size:20px;
    }

    .caselist li .info_text {
        line-height:24px;
        font-size:16px;
        margin-top:20px;
    }

    .caselist li .probtn a {
        margin:25px 0 0;
        border-radius:18px;
        line-height:36px;
        font-size:16px;
        height:38px;
        width:152px;
        float:left;
    }   

    .caselist_arrow {
        width:100%;
        height:38px;
        display:block;
        cursor:pointer;
        background-size:22px;
        background-color:#da3239;
        background-position:center;
        background-repeat:no-repeat;
    }

    .caselist_arrow:first-child {
        background-image:url(../img/case_arrow_t.png);
    }

    .caselist_arrow:last-child {
        background-image:url(../img/case_arrow_d.png);
    }

    .showcase_main .imglist {
        position:relative;
        overflow:hidden;
        margin:27px 0;
        height:328px;
        padding:0;
    }

    .showcase_main .imglist ul {
        position:absolute;
        overflow-y:hidden;
        display: block;
        width:120px;
        top:0;
        /*height:100%;*/
    }

    .showcase_main .imglist ul li, .showcase_main .imglist ul li:first-child {
        padding:0;
    }

    .showcase_main .imglist ul li:nth-child(n+2) {
        padding-top:29px;
    }

    .showcase_main .imglist ul li a img {
        width:100%;
        height:90px;
    }

    .showcase_video {
        padding:45px 0;
        height:653px;
    }

    .float_body {
        transform:translateY(-50%);
        position:fixed;
        display:block;
        width:275px;
        z-index: 99;
        top:50%;
        left:0;
    }

    .float_main {
        border-bottom-right-radius:5px;
        border-top-right-radius:5px;
        background:#3f3780;
        padding:0 0 20px;
        display:block;
        width:240px;
        color: #fff;
        float: left;
    }

    .float_close {
        background:url(../img/fwr_arrow.png) #3f3780 no-repeat center;
        border-bottom-right-radius:5px;
        border-top-right-radius:5px;
        transform:translateY(-50%);
        background-size:auto 36px; 
        position:absolute;
        cursor:pointer;
        display:block;
        height:70px;
        width:35px;
        left:240px;
        top:50%;
    }

    .float_opened {
        background:url(../img/fwl_arrow.png) #3f3780 no-repeat center;
        background-size:auto 36px;
    }

    .float_main a {
        color: #fff;
    }

    .float_logo {
        padding:20px 20px 0;
    }

    .float_contant {
        padding:0 20px;
    }

    .float_contant li {
        word-break: break-word;
        white-space: normal;
        padding-left:36px;
        line-height:24px;
        margin-top:10px;
    }

    .float_contant:nth-child(2) ul {
        /*border-right:solid 1px #625b97;
        padding:0 25px 0 0;*/
    }

    .float_qrcode {
        margin:0 -10px;
        width:220px;
    }

    .float_qrcode li {
        padding:0 10px;
        width:110px;
        float:left;
    }

    .float_qrcode li p {
        padding-top:6px;
        line-height:24px;
        font-size:14px;
        text-align:center;
    }

    .footer_nav {
        padding:90px 0 100px;
        position:relative;
    }

    .footer_nav ul {
        transform:translateX(-50%);
        position:relative;
        float: left;
        left:50%;
    }

    .footer_nav ul li {
        padding:0 30px;
        float:left;
    }

    .footer_nav ul li a {
        line-height:24px;
        font-size:18px;
        padding:0 3px;
        color: #fff;
    }

    .footer_main {
        padding:0;
    }

    .footer_logo {
        padding:40px 50px 0 0;
    }

    .foor_signal {
        text-align:justify;
        padding-right:28px;
        line-height:30px;
        margin-top:-3px;
    }

    .foot_contant {
        /*padding:0 20px 0 22px;*/
    }

    .foot_contant:nth-child(2) {
        padding:0 25px 0 0;
    }

    .foot_contant:nth-child(2) ul {
        border-right:solid 1px #625b97;
        padding:0 25px 0 0;
    }

    .foot_qrcode {
    }

    .foot_qrcode li {
        padding-left:30px;
        float:left;
    }

    .foot_qrcode li p {
        text-align:center;
        padding:21px 5px 0;
    }

    .footer_copyright {
        margin: 60px auto 0;
        padding:40px 0;
        width: auto;
    }
    
    .footer_copyright_main {
        transform:translateX(-50%);
        position:relative;
        float: left;
        left:50%;
    }

    .footer_copyright_main p {
        float:left;
    }
}

@media (min-width: 992px) {
    
    .probody {
        /*margin:0 auto;
        width:970px;*/
    }

    .prosortlist {
        margin:0 0 0 -495px;
        width:990px;
        z-index:19;
        left:50%;
    }

    .prosort_bg {
        height:347.6px;
        width: 970px;
    }

    .pronav {
        height:calc(100% + 73px);
        padding:0 30px 0 0;
        margin-top:-79px; 
    }

    .pronav_main {
        height:100%;
    }

    .pronav .titline {
        height:78px;
    }

    .pronav .title {
        line-height:46px;
        padding-top:6px;
        font-size:30px;
    }

    .pronav .entitle {
        line-height:16px;
        font-size:16px;
    }

    .pronav ul > li {
    }

    .pronav ul > li > a {
        height: 67px;
    }

    .pronav ul > li > a:hover, .pronav ul > li.active > a {
        background-size:auto;
    }

    .pronav ul > li > a > p {
        line-height:30px;
        padding:0 30px;
        font-size:20px;
    }

    .prolist {
        /*margin:0 -12px;
        width:902px;*/
    }

    .proinfo_main {
        padding:50px 0 100px;
        /*padding:200px 0 180px;*/
        /*height:1137px;*/
    }

    .proinfo_main .container {
        width:970px;
    }

    .proinfo_sample .bigimg {
        /*height:445px;*/
        width:445px;
    }

    .proinfo_imglist {
        /*width:930px;*/
    }

    .proinfo_imglist li {
        height:135px;
        width:155px;
    }

    .proinfo_imglist li a {
        /*height:135px;*/
        width:135px;
    }

    .proinfo_content {
        padding-left:118px;
        padding-right:0;
    }

    .proinfo_main .detail_imgs {
        /*margin:120px auto 0;*/
        margin:50px auto 0;
        padding:0;
    }

    .proinfo_main .detail_imgs .detail_imgslist {
        margin-top:80px;
    }

    .proinfo_content .title, .proinfo_main .detail_imgs .title {
        line-height:42px;
        font-size:40px;
    }

    .proinfo_content .border, .proinfo_main .detail_imgs .border {
        margin:10px 0 6px;
        float:left;
        width:40px;
    }

    .proinfo_content .sort, .proinfo_main .detail_imgs .sort {
        line-height:36px;
        font-size:20px;
    }

    .proinfo_content .priceline {
        margin:78px 0 0;
        height:auto;
    }

    .proinfo_content .priceline .font {
        line-height:52px;
        font-size:24px;
        height:40px;
    }

    .proinfo_content .priceline .num {
        line-height:40px;
        font-size:48px;
    }

    .proinfo_content .priceline .buynow {
        margin:40px 0;
        height:40px;
    }

    .proinfo_content .priceline .buynow a.buynowBtn, .proinfo_content a.backBtn {
        border-radius:40px;
        line-height:40px;
        font-size:16px;
        padding:0 35px;
    }

        .proinfo_content .priceline .buynow a.buyqrcode_close {
            margin:8px 0 0 100px;
            display:none !important;
        }

    .proinfo_content .text {
        margin:78px 0 0;
        line-height:62px;
        font-size:24px;
    }

    .proinfo_content .remark {
        margin:42px 0;
        line-height:36px;
        font-size:20px;
    }

    .proinfo_content .priceline .buynow .buyqrcode {
        -webkit-transform:translateY(calc(20px - 50%));
        -moz-transform:translateY(calc(20px - 50%));
        transform: translateY(calc(20px - 50%));
        position:relative;
        width:134px;
    }

    .proinfo_content .title, .proinfo_main .detail_imgs .title {
        line-height:42px;
        font-size:40px;
    }

    .proinfo_content .border, .proinfo_main .detail_imgs .border {
        margin:10px 0 6px;
        float:left;
        width:40px;
    }

    .proinfo_content .sort, .proinfo_main .detail_imgs .sort {
        line-height:36px;
        font-size:20px;
    }

    .proinfo_content .priceline {
        margin:78px 0 0;
        height:auto;
    }

    .proinfo_content .priceline .font {
        line-height:52px;
        font-size:24px;
        height:40px;
    }

    .proinfo_content .priceline .num {
        line-height:40px;
        font-size:48px;
    }

    .proinfo_content .priceline .buynow {
        margin:40px 0;
        height:40px;
    }

    .proinfo_content .priceline .buynow a.buynowBtn, .proinfo_content a.backBtn {
        border-radius:40px;
        line-height:40px;
        font-size:16px;
        padding:0 35px;
    }

        .proinfo_content .priceline .buynow a.buyqrcode_close {
            margin:8px 0 0 100px;
            display:none !important;
        }

    .proinfo_content .text {
        margin:78px 0 0;
        line-height:62px;
        font-size:24px;
    }

    .proinfo_content .remark {
        margin:42px 0;
        line-height:36px;
        font-size:20px;
    }

    .newsmain {
        padding:135px 0 96px;
    }

    .newsbody {
        
    }

    .newslist li a .info {
        padding:0 48px;
    }

    .newslist li .info_date {
        background:url(../img/news-03.jpg) no-repeat 60px 3px;
        line-height:26px;
        font-size:24px;
        height:68px;
    }

    .newslist li .info_date .info_day {
        float:none;
    }

    .newslist li .info_date .info_year {
        padding-left:0;
        float:none;
    }

    .videobody {
        padding:100px 0;
    }

    .videolist {
        margin:0 -30px;
    }

    .videolist li {
        padding:0 30px 30px;
    }

    .videolist li a img {
        height:212px;
    }

    .casebody {
        margin:75px auto;
        width:970px;
    }

    .casebody .inner_nav{
        margin-bottom: 26px;
        padding-left: 10px;
        line-height: 20px;
        font-size: 18px;
    }

    .logolist {
        margin:0 -15px;
        width:1200px;
    }

    .logolist li {
        padding:15px;
    }

    .logolist li a {
        height:170px;
    }

    .caselist li {
        padding: 50px 0 0;
    }

    .caselist li a.info_title {
        margin-top:36px;
        font-size:36px;
    }

    .caselist li a.info_entitle {
        margin-top:25px;
        font-size:26px;
    }

    .caselist li .info_text {
        margin-top: 25px;
        overflow: hidden;
        max-height: 96px;
    }

    .caselist li .probtn a {
        margin:50px 0 0;
    }   

    .showcase_body {
        width:970px;
    }
    
}

@media (min-width: 1200px) {

    .navbar-header {
        height: 100%;
    }

    .navbar-brand {
        padding: 13px 0;
        height: 100%;
    }

    .navbar-inverse {
        width:1170px;
        margin:0 auto;
    }
    
    .navbar-inverse .navbar-nav {
        margin: 0;
    }

    .navbar-inverse .navbar-nav > li {
        margin-left:40px;
    }

    .top_controller {
        left: 91.66666667%;
        position: absolute;
    }

    .navbar-main {
        width: 91.66666667%;
    }
    
    .top_lang {
        margin-left: 30px;
    }

    .top_search {
        padding-top:43px;
    }

    #imgBanner {
        height: calc(100vw * 700 / 1920);
    }

    .inner_banner {
        height:450px;
    }

    .about_body {
    }

    .about_body .ind_titline {
        padding:68px 0 0;
    }

    .about_body .ind_titline .title, .service_body .ind_titline .title, .casebody .ind_titline .title, .contact_body .ind_titline .title {
        line-height:40px;
        font-size:30px;
    }

    .about_body .ind_titline .border, .service_body .ind_titline .border, .casebody .ind_titline .border, .contact_body .ind_titline .border {
        height:20px;
        width:70px;
    }

    .about_body .ind_titline .entitle, .service_body .ind_titline .entitle, .casebody .ind_titline .entitle, .contact_body .ind_titline .entitle {
        line-height:16px;
        font-size:16px;
    }

    .about_body .ind_titline .text, .service_body .ind_titline .text, .contact_body .ind_titline .text {
        padding-top:32px;
        line-height:30px;
        font-size:16px;
    }

    .about_other .about_other_main .container {
        height:100%;
    }

    .about_other .about_other_main .ind_titline {
        transform:translateY(-50%);
        position:relative;
        padding: 0 30px;
        top:50%;
    }

    .about_other .about_other_main .ind_titline .more {
        border-radius:48px;
        margin:35px 0 0;
        line-height:46px;
        font-size:16px;
        width:200px;
        height:48px;
    }

    .about_other .about_other_main .ind_titline .more:hover {
        background:#6667ab;
        color:#fff;
    }

    .about_main .ind_titline .text {
        padding:52px 180px 0;
    }

    .about_other .about_other_main .ind_titline .title, .about_other .about_other_main .entitle, .about_other .about_other_main .text {
        text-align:justify;
    }
    
    .about_other .about_other_main:nth-child(3n+2) .text, .about_other .about_other_main:nth-child(3n) .text {
        padding-top:46px;
    }

    .about_network .about_other_main:first-child .ind_titline .title, .about_network .about_other_main:first-child .entitle, .about_network .about_other_main:first-child .text {
        text-align:center;
    }

    .about_other .about_other_main .ind_titline .border {
        margin:0;
    }

    .about_network .about_other_main:first-child .ind_titline .border {
        margin:0 auto;
    }

    .serve_commit {
        height:900px;
    }
    
    .serve_commit .ind_titline {
        padding:106px 0 0;
    }

    .serve_commit .ind_titline .text {
        padding:50px 150px 0;
    }

    .serve_commit ul {
        border-right:solid 1px #d3d3d3;
        margin-top:94px;
        width:1170px;
        padding:0;
    }

    .serve_commit ul li {
        border-left:solid 1px #d3d3d3;
        border-top:none;
        width:389.66px;
        float:left;
        padding:0;
    }

    .serve_commit ul li a {
        padding:40px 35.66px 0 35px;
        height:368px;
    }

    .serve_commit ul li a:hover {
        background:#f6f6ff;
    }

    .serve_commit ul li a .titline {
        padding:0 0 0 91px;
        height:60px;
    }

    .serve_commit ul li:first-child a .titline {
        padding:0 0 0 75px;
    }

    .serve_commit ul li a .title {
        line-height:44px;
        font-size:24px;
    }

    .serve_commit ul li a .entitle {
        line-height:16px;
        font-size:16px;
    }

    .serve_commit ul li a .text {
        margin-top:45px;
        line-height:30px;
        font-size:16px;
    }

    .serve_items {
        background-position:center top;
        background-repeat:no-repeat;
        height:900px;
    }
    
    .serve_items .ind_titline {
        padding:110px 0 0;
    }
    
    .serve_items ul {
        padding:113px 0 0;
    }
    
    .serve_items ul li {
        height:445px;
        width:126px;
        float:left;
    }
    
    .serve_items ul li a {
        background-position:center 308px;
        border-right:solid 1px #eee;
        background-size:auto;
        border-bottom:none;
        padding:40px 20px 0;
        cursor:pointer;
        height:100%;
        width:100%;
    }
    
    .serve_items ul li:nth-child(6) a {
        border-bottom:none;
        border-right:none;
    }
    
    .serve_items ul li a .title {
        line-height:30px;
        font-size:20px;
        color:#000;
    }
    
    .serve_items ul li a .border {
        margin:37px 0 40px -3px;
        height:4px;
        width:42px;
    }
    
    .serve_items ul li a .text {
        line-height:30px;
        font-size:16px;
    }
    
    .serve_items ul li.active {
        height:445px;
        width:540px;
    }
    
    .serve_items ul li.active a {
        padding:40px 58.66px 0 45px;
        background-size: auto;
        border-bottom:none;
        border-right:none;
    }
    
    .serve_items ul li.active a .title {
        color:#fff;
    }
    
    .serve_items ul li.active a .border, .serve_items ul li.active a .text {
        display:block;
    }

    .serve_ctatus {
        padding:105px 0 130px;
    }

    .serve_ctatus_main .ind_titline {
        padding:0;
    }

    .serve_ctatus_main .ind_titline .border {
        margin:0 auto;
    }

    .serve_ctatinfo {
        padding-top:42px;
    }

    .serve_ctatinfo_shanghai {
        padding:42px 0 0;
    }

    .serve_ctatinfo_shanghai .serve_ctatinfo {
        padding-top:0;
    }

    .serve_ctatinfo_guangdong {
        margin-top:80px;
        padding:0;
    }

    .serve_ctatinfo li {
        padding-top:13px;
    }

    .serve_ctatinfo li p, .serve_ctatinfo li p a {
        line-height:36px;
        font-size:20px;
    }

    .serve_ctatinfo li p:first-child {
        line-height:32px;
        font-size:16px;
    }

    .serve_qrcode {
        position:absolute;
        width:280px;
        right:15px;
        bottom:0;
    }

    .serve_ctatinfo_guangdong .serve_qrcode {
        width:140px;
    }

    .serve_qrcode li {
        padding:0 15px;
    }

    .serve_qrcode li p {
        padding-top:12px;
        line-height:24px;
        font-size:14px;
    }

    .serve_ctatus_map {
        margin-top:50px;
        height:442px;
    }

    .probody {
        width:1170px;
        height:870px;
    }

    .pronav {
        /*width: 1170px;*/
    }

    .prolist {
        /*width:1194px;*/
    }

    .prosortlist {
        margin:0 0 0 -595px;
        width:1190px;
    }

    .prosort_bg {
        width:1170px;
        height:419px;
    }

    .prosortlist li a {
        height:230px;
    }

    .prosortlist li a .info_entitle {
        font-size:16px;
    }

    .proinfo_main .container {
        width:1170px;
    }

    .proinfo_sample .bigimg {
        /*height:585px;*/
        width:585px;
    }

    .showimglist {
        margin:0 -15px;
        width:615px;
    }

    .proinfo_imglist {
        /*width:720px;*/
    }

    .proinfo_imglist li {
        height:175px;
        width:205px;
    }

    .proinfo_imglist li a {
        /*height:175px;*/
        width:175px;
    }

    .proinfo_content .priceline .buynow .buyqrcode {
        -webkit-transform:translateY(-50%);
        -moz-transform:translateY(-50%);
        transform: translateY(-50%);
        position:absolute;
    }

    .proinfo_content .priceline {
        height:40px;
    }

    .proinfo_content .priceline .buynow {
        margin:0 0 0 22px;
        height:40px;
    }

    .newsbody {
        width:1170px;
        height:930px;
    }

    .shownewsbody {
        margin:105px auto 110px;
        width:1170px;
    }

    .article-text .con, .article-text section {
        width:1220px !important;
    }

    .videolist li a img {
        height:263px;
    }

    .casebody {
        width:1170px;
    }

    .caselist li a.info_title {
        max-height: 72px;
        line-height:36px;
        font-size:26px;
        margin: 0;
    }

    .showcase_body {
        width:1170px;
    }


}

@media (min-width: 1440px) {

    .navbar-header {
        width: 180px;
    }

    .navbar-brand {
        padding: 15px 0;
    }

    .navbar-brand img {
        float:right;
    }
    
    .navbar-inverse .navbar-nav {
        margin: 0;
    }

    .navbar-inverse .navbar-nav > li {
        margin-left:50px;
    }

    

}

@media (min-width: 1600px) {

    .navbar-inverse {
        width:1530px;
        margin:0 auto;
    }

}

    @keyframes imgfy{
        0%{transform:scale(1.2)}
        100%{transform:scale(1)}
    }

    @keyframes imgfd{
        0%{transform:scale(1)}
        100%{transform:scale(1.2)}
    }

    @keyframes imgjzfy{
        0%{transform:translateY(-50%) scale(1.2)}
        100%{transform:translateY(-50%) scale(1)}
    }

    @keyframes imgjzfd{
        0%{transform:translateY(-50%) scale(1)}
        100%{transform:translateY(-50%) scale(1.2)}
    }